From: Keir Fraser Date: Thu, 23 Jul 2009 07:59:03 +0000 (+0100) Subject: xend: Set up CPUID leaves on restore for both PV and HVM guests. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13563 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=7901a462fd2638a9b7ce595dd039eb474b23b678;p=xen.git xend: Set up CPUID leaves on restore for both PV and HVM guests. From: Andrew Thomas Signed-off-by: Keir Fraser --- diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 553cc0f5bc..3952846d4f 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -317,8 +317,8 @@ def restore(xd, fd, dominfo = None, paused = False, relocating = False): else: break os.close(qemu_fd) - restore_image.setCpuid() + restore_image.setCpuid() os.read(fd, 1) # Wait for source to close connection